home *** CD-ROM | disk | FTP | other *** search
- on(press){
- _root["taken" + (_root._currentframe + 40)] = 1;
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- if(_root.even22 == 0)
- {
- _root.even22 = 1;
- _root.take = 21;
- }
- else if(_root.even22 == 1)
- {
- _root.even22 = 2;
- i = 1;
- while(i < 40)
- {
- if(_root.inven["box" + i]._currentframe == 21)
- {
- _root.inven["box" + i].gotoAndStop(45);
- }
- i++;
- }
- }
- else
- {
- i = 1;
- while(i < 40)
- {
- if(_root.inven["box" + i]._currentframe == 45)
- {
- _root.inven["box" + i].gotoAndStop(46);
- }
- i++;
- }
- }
- _root.txt_number = 1;
- _root.sfx.gotoAndStop(3);
- _root.next_dis1 = 2;
- _root.next_txt1 = "Score! 25 cents can go a long way you know.";
- }
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Looks like a quarter.";
- }
- }
- this.gotoAndStop(2);
- }
-